[INFO] fetching crate vibewindow-aisdk-macros 0.3.0...
[INFO] fixing vibewindow-aisdk-macros-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate vibewindow-aisdk-macros 0.3.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate vibewindow-aisdk-macros 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate vibewindow-aisdk-macros 0.3.0
[INFO] tweaked toml for crates.io crate vibewindow-aisdk-macros 0.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vibewindow-aisdk-macros 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vibewindow-aisdk-macros 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531
[INFO] running `Command { std: "docker" "start" "ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking vibewindow-aisdk-macros v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stdout] error[E0433]: cannot find module or crate `aisdk` in this scope
[INFO] [stdout]  --> tests/test_tools.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use aisdk::__private::schemars::{self, schema_for};
[INFO] [stdout]   |         ^^^^^ use of unresolved module or unlinked crate `aisdk`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `aisdk`, use `cargo add aisdk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `aisdk` in this scope
[INFO] [stdout]  --> tests/test_tools.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     use aisdk::core::language_model::{
[INFO] [stdout]   |         ^^^^^ use of unresolved module or unlinked crate `aisdk`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `aisdk`, use `cargo add aisdk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `aisdk` in this scope
[INFO] [stdout]  --> tests/test_tools.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use aisdk::core::tools::{Tool, ToolContext, ToolExecute};
[INFO] [stdout]   |         ^^^^^ use of unresolved module or unlinked crate `aisdk`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `aisdk`, use `cargo add aisdk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `aisdk` in this scope
[INFO] [stdout]   --> tests/test_tools.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     use aisdk::macros::tool;
[INFO] [stdout]    |         ^^^^^ use of unresolved module or unlinked crate `aisdk`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `aisdk`, use `cargo add aisdk` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> tests/test_tools.rs:55:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let tool = my_example_tool();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^-- two arguments of type `u8` and `Option<u8>` are missing
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> tests/test_tools.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn my_example_tool(a: u8, b: Option<u8>) -> Tool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ -----  -------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let tool = my_example_tool(/* u8 */, /* Option<u8> */);
[INFO] [stdout]    |                                    ++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `name` on type `impl futures::Future<Output = {type error}>`
[INFO] [stdout]    --> tests/test_tools.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |         assert_eq!(tool.name, "example_async_tool");
[INFO] [stdout]     |                         ^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `description` on type `impl futures::Future<Output = {type error}>`
[INFO] [stdout]    --> tests/test_tools.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 |         assert_eq!(tool.description, " Tool that have async body");
[INFO] [stdout]     |                         ^^^^^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `execute` on type `impl futures::Future<Output = {type error}>`
[INFO] [stdout]    --> tests/test_tools.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |             tool.execute
[INFO] [stdout]     |                  ^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> tests/test_tools.rs:122:20
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let tool = context_tool();
[INFO] [stdout]     |                    ^^^^^^^^^^^^-- two arguments are missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> tests/test_tools.rs:32:12
[INFO] [stdout]     |
[INFO] [stdout]  32 |     pub fn context_tool(ctx: ToolContext, value: String) -> Tool {
[INFO] [stdout]     |            ^^^^^^^^^^^^ ----------------  -------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let tool = context_tool(/* ctx */, /* std::string::String */);
[INFO] [stdout]     |                                 ++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> tests/test_tools.rs:157:20
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let tool = context_stream_tool();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^-- two arguments are missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> tests/test_tools.rs:39:18
[INFO] [stdout]     |
[INFO] [stdout]  39 |     pub async fn context_stream_tool(ctx: ToolContext, value: String) -> Tool {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^ ----------------  -------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let tool = context_stream_tool(/* ctx */, /* std::string::String */);
[INFO] [stdout]     |                                        ++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `execute` on type `impl futures::Future<Output = {type error}>`
[INFO] [stdout]    --> tests/test_tools.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 |             tool.execute
[INFO] [stdout]     |                  ^^^^^^^ unknown field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]    --> tests/test_tools.rs:184:20
[INFO] [stdout]     |
[INFO] [stdout] 184 |         let tool = trailing_context_tool();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^-- two arguments are missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> tests/test_tools.rs:48:12
[INFO] [stdout]     |
[INFO] [stdout]  48 |     pub fn trailing_context_tool(value: String, ctx: ToolContext) -> Tool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^ -------------  ----------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 184 |         let tool = trailing_context_tool(/* std::string::String */, /* ctx */);
[INFO] [stdout]     |                                          ++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 0 arguments were supplied
[INFO] [stdout]    --> tests/test_tools.rs:224:20
[INFO] [stdout]     |
[INFO] [stdout] 224 |         let tool = my_example_tool_with_name();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^-- three arguments of type `std::string::String`, `u8`, and `Option<u8>` are missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> tests/test_tools.rs:218:12
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn my_example_tool_with_name(_name: String, a: u8, b: Option<u8>) -> Tool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^ -------------  -----  -------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 224 |         let tool = my_example_tool_with_name(/* std::string::String */, /* u8 */, /* Option<u8> */);
[INFO] [stdout]     |                                              +++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 0 arguments were supplied
[INFO] [stdout]    --> tests/test_tools.rs:238:20
[INFO] [stdout]     |
[INFO] [stdout] 238 |         let tool = my_example_tool_with_description();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-- three arguments of type `std::string::String`, `u8`, and `Option<u8>` are missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> tests/test_tools.rs:231:12
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn my_example_tool_with_description(_name: String, a: u8, b: Option<u8>) -> Tool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------  -----  -------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 238 |         let tool = my_example_tool_with_description(/* std::string::String */, /* u8 */, /* Option<u8> */);
[INFO] [stdout]     |                                                     +++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 0 arguments were supplied
[INFO] [stdout]    --> tests/test_tools.rs:254:20
[INFO] [stdout]     |
[INFO] [stdout] 254 |         let tool = my_example_tool_with_name_and_description();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-- three arguments of type `std::string::String`, `u8`, and `Option<u8>` are missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> tests/test_tools.rs:248:12
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn my_example_tool_with_name_and_description(_name: String, a: u8, b: Option<u8>) -> Tool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------  -----  -------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 254 |         let tool = my_example_tool_with_name_and_description(/* std::string::String */, /* u8 */, /* Option<u8> */);
[INFO] [stdout]     |                                                              +++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 0 arguments were supplied
[INFO] [stdout]    --> tests/test_tools.rs:272:20
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let tool = my_example_tool_with_description_and_name();
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-- three arguments of type `std::string::String`, `u8`, and `Option<u8>` are missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> tests/test_tools.rs:266:12
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn my_example_tool_with_description_and_name(_name: String, a: u8, b: Option<u8>) -> Tool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------  -----  -------------
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let tool = my_example_tool_with_description_and_name(/* std::string::String */, /* u8 */, /* Option<u8> */);
[INFO] [stdout]     |                                                              +++++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0433, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vibewindow-aisdk-macros` (test "test_tools") due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531", kill_on_drop: false }`
[INFO] [stdout] ed5d4cabe708649848a12f59526496ca0b4ba9b0d7be6ca291162810ea907531
